Add GtkNativeDialog abstract base class
authorAlexander Larsson <alexl@redhat.com>
Thu, 29 Oct 2015 13:59:48 +0000 (14:59 +0100)
committerAlexander Larsson <alexl@redhat.com>
Thu, 5 Nov 2015 15:52:52 +0000 (16:52 +0100)
commit81cef0091e19874fed5dd4aadb136a7518a6d662
treef3607e8fa722886e8e1e4736efd3f39f784b96ad
parent0f6c7682b3a11d932e34a3a0bb078d9b4503de3f
Add GtkNativeDialog abstract base class

This is a base class that essentially mirrors GtkDialog, but
it is not a GtkWindow, as the actual implemetation will be using
native code.

The base class has show and hide vfuncs, as well as a helper function
to run the dialog in a modal fashion.

This will be later used by the native file chooser dialog.
docs/reference/gtk/gtk-docs.sgml
docs/reference/gtk/gtk3-sections.txt
gtk/Makefile.am
gtk/gtk.h
gtk/gtknativedialog.c [new file with mode: 0644]
gtk/gtknativedialog.h [new file with mode: 0644]
gtk/gtknativedialogprivate.h [new file with mode: 0644]